projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f050de
)
(toplevel): Provide `descr-text'.
author
Colin Walters
<walters@gnu.org>
Sat, 8 Jun 2002 22:43:33 +0000
(22:43 +0000)
committer
Colin Walters
<walters@gnu.org>
Sat, 8 Jun 2002 22:43:33 +0000
(22:43 +0000)
lisp/descr-text.el
patch
|
blob
|
history
diff --git
a/lisp/descr-text.el
b/lisp/descr-text.el
index d9e5d6f428251bf0f9b2cfd089d32d55bd71330a..f1037e15db25f0ccb8a83952570bfbcc5850f217 100644
(file)
--- a/
lisp/descr-text.el
+++ b/
lisp/descr-text.el
@@
-91,7
+91,6
@@
if that value is non-nil."
"*Pp Eval Output*"
(princ (widget-get widget :value))))
pp))))
-
(defun describe-text-properties (properties)
"Insert a description of PROPERTIES in the current buffer.
@@
-201,4
+200,6
@@
The `category' property is made into a widget button that call
(describe-text-mode)
(goto-char (point-min)))))))
+(provide 'descr-text)
+
;;; descr-text.el ends here